pandas dataframe histogram

41

pandas dataframe histogram -

# in case if you want to mention Subplot size use layout argument
df.hist(figsize=(20,30), bins=20, layout=(15,4))

# don't forget to upvote :)

Comments

Submit
0 Comments